#banner {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	max-height: 920px;
}
#banner .swiper-container {
	height:100%; line-height: 0;
}
#banner .swiper-slide {
	width: 100%;
	height:100%;
	float: left;
	position: relative;
}
#banner .swiperimg{ width:100%; height:100%; }
#banner .swiperimg img{ max-width:100%; max-height:100%; object-fit:cover;object-position:50%,50% }
#banner .swiper-slide .inner{position: absolute; left:0; right: 0; top: 50%; 
	transform: translate(0, -50%); text-align: center;}
#banner .swiper-slide .inner h3{ color:#fff; font-size:48px; font-family:"Microsoft Yahei light","PingFang SC light"; letter-spacing:30px; font-weight:normal; margin-bottom:25px; text-indent: 30px; line-height:var(--line-height-text); }
#banner .swiper-slide .inner p{ color:#fff; font-size:18px; font-family:"Microsoft Yahei light","PingFang SC light"; line-height:1; }

#banner #swiper-slide1 {

}
#banner #swiper-slide1 .inner{
	top:45%; z-index: 3;
}
#banner #swiper-slide1 .swiperimg:before{ content: ""; position:absolute; left:0; top:0; width:100%; height:100%; z-index: 2; background:rgba(0, 0, 0, 0.5); }
#banner #swiper-slide1 .swiperimg video{
	 height: 100%;
    width: 100%;
    object-fit: fill;
    position: relative; z-index: 1;
}

#banner #swiper-slide2 {

}
#banner #swiper-slide2 .inner{
	top:41%; 
}
#banner #swiper-slide2 .inner h3{ letter-spacing:10px;text-indent: 10px;}
#banner #swiper-slide3 {

}
#banner #swiper-slide3 .inner{
	top:41%; 
}
#banner #swiper-slide3 .inner h3{ letter-spacing:10px;text-indent: 10px;}
#banner #swiper-slide3 .inner p{ font-size:22px; letter-spacing:6px;text-indent: 6px; }
#banner #swiper-slide4 {

}
#banner #swiper-slide4 .inner{
	top:50%; height: 50%;
}
#banner #swiper-slide4 .inner h3{ position: relative; letter-spacing:10px;padding-left: 10px;text-indent: 10px;}
/*全局控制
#banner #swiper-slide4 .inner h3::after{
	content: ""; width:120px; height: 8px; border-radius: 4px; 
	background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); position: absolute; left: 50%; margin-left:-60px; top: 80px;
}
*/
#banner #swiper-slide4 .inner img{ max-height:90% }
#banner #swiper-slide4 .inner p{
	background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); width: 750px; height: 45px; line-height: 45px; text-align: center; font-size: 24px; position: absolute; left: 50%; margin-left: -375px; border-radius: var(--border-radius); letter-spacing:5px; text-indent: 5px;
}

#banner #swiper-slide8 {

}
#banner #swiper-slide8 .inner{
	top:50%; height: 50%;
}
#banner #swiper-slide8 .inner h3{ position: relative; letter-spacing:10px;padding-left: 10px;text-indent: 10px;}
/*全局控制
#banner #swiper-slide4 .inner h3::after{
	content: ""; width:120px; height: 8px; border-radius: 4px; 
	background: linear-gradient(90deg, var(--primary-color), var(--secondary-color)); position: absolute; left: 50%; margin-left:-60px; top: 80px;
}
*/
#banner #swiper-slide8 .inner img{ max-height:90% }
#banner #swiper-slide8 .inner p{
	 width: 750px; height: 45px; line-height: 45px; text-align: center; font-size: 24px; position: absolute; left: 50%; margin-left: -375px; border-radius: var(--border-radius); letter-spacing:5px; text-indent: 5px;
}

#banner .arrow-left {
	background: url(../images/banner_arrow.png) no-repeat left top;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	z-index: 999;
	outline: none;
}
#banner .arrow-right {
	background: url(../images/banner_arrow.png) no-repeat left bottom;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	z-index: 999;
	outline: none;
}
#banner .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 15px;
	width: 100%;
	z-index: 999;
}
#banner .swiper-pagination-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	opacity: 1;
	border-radius: 10px;
	background: white;
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}
#banner .swiper-pagination-bullet-active {
	background: #fdd000;
	width: 12px;
}
#banner .subbtn {
	text-align: center;
}
#banner .button {
	font-size: 16px;
	color: #fff;
	margin: 0 7px;
	padding: 10px 25px;
	border-radius: 20px;
	text-decoration: none;
	border: 1px solid #fff;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
#banner .button:hover {
	color: #065fe3;
	background-color: #fff;
}
